home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DIALOGS / JANUSW / DLGTEST.INC < prev    next >
Text File  |  1994-11-14  |  1KB  |  52 lines

  1. Const
  2.   iMainMnu    = 1;
  3.   iMainAcc    = 1;
  4.   iMainIcn    = 1;
  5.   iJanusDlg   = 1;
  6.   iVbxDlg     = 2;
  7.   iAboutDlg   = 3;
  8.   iUnusualDlg = 4;
  9.   iControlDlg = 5;
  10.  
  11. {menu commands}
  12.   cSwitchMdi     = $100;
  13.   cMdiAll        = $101;
  14.   cSelectPrinter = $102;
  15.   cModeless      = $200;
  16.   cModal         = $300;
  17.  
  18.   cJanus     = 0;
  19.   cVbx       = 1;
  20.   cDEW       = 2;
  21.   cUnusual   = 3;
  22.   cPscc      = 4;
  23.   cCustTF    = 5;
  24.   cCustCF    = 6;
  25.   cCustDF    = 7;
  26.   cCustTF2   = 8;
  27.   cCustCF2   = 9;
  28.   cCustDF2   =10;
  29.   cTest      =11;
  30.   cTest2     =12;
  31.  
  32.   cAbout     = $400;
  33.   cHelp      = $500;
  34.  
  35. {Janus Window ids}
  36.   iControl = $100;
  37.  
  38. {Control Window ids}
  39.   iUseOrg      = $100;
  40.   iForceStd    = $101;
  41.   iForceBor    = $102;
  42.   iForceGrayBk = $103;
  43.   iEnableCtl3D = $104;
  44.   iDlgBold     = $105;
  45.  
  46.   iCtl3D_Buttons      = $110;
  47.   iCtl3D_ListBoxes    = $111;
  48.   iCtl3D_Edits        = $112;
  49.   iCtl3D_Combos       = $113;
  50.   iCtl3D_StaticTexts  = $114;
  51.   iCtl3D_StaticFrames = $115;
  52.